cody - HTMLify profile
files of /cody/swapnilsparsh/30DaysOfJavaScript/173 - Spin The Wheel Game/
<!DOCTYPE html>
<html>
<head>
<title>Weiben - Wheel of fortune</title>
<meta charset="UTF-8" />
<link rel="stylesh
<html>
<head>
<title>Weiben - Wheel of fortune</title>
<meta charset="UTF-8" />
<link rel="stylesh
# Spin Wheel Game🎡
> It's a Spin Wheel Game made using HTML,CSS,JS , The Code is responsive and here after clicking the start bu
> It's a Spin Wheel Game made using HTML,CSS,JS , The Code is responsive and here after clicking the start bu
(function() {
const wheel = document.querySelector('.wheel');
const startButton = document.querySelector('.button');
let
#app {
width: 400px;
height: 400px;
margin: 0 auto;
position: relative;
}
body{
background-image: linear-gradient(to rig
width: 400px;
height: 400px;
margin: 0 auto;
position: relative;
}
body{
background-image: linear-gradient(to rig